home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PhotoSpin 7: Medical Elements
/
PhotoSpin 7: Medical Elements - Disc 1.iso
/
pc
/
Kick Me
/
Japanese
/
ar32j30a.exe
/
1033
/
FILE
/
ARCHIVE.Z
/
ACROBAT
/
PLUG_INS
/
AFSTRING.JS
< prev
next >
Wrap
Text File
|
1997-10-31
|
2KB
|
68 lines
/*
==========================================================================
Module: AFString.js
==========================================================================
JavaScript langauge dependent strings.
==========================================================================
The Software, including this file, is subject ot the End User License
Agreement.
Copyright (c) 1997, Adobe Systems Incorporated, All Rights Reserved.
==========================================================================
*/
/* ==== Strings ==== */
/* All of our user strings are defined here. Use Shift-JIS encoding for
** double byte platforms. These strings need to be translated for each language. */
IDS_LANGUAGE = "JPN";
IDS_GREATER_THAN = "û│î°é╚ÆlüF%s ê╚Åπé╠Ælé≡ôⁿù═é╡é─é¡é╛é│éóüB";
IDS_GT_AND_LT = "û│î°é╚ÆlüF%sü`%s é╠ö═ê═é┼Ælé≡ôⁿù═é╡é─é¡é╛é│éóüB";
IDS_LESS_THAN = "û│î°é╚ÆlüF%s ê╚ë║é╠Ælé≡ôⁿù═é╡é─é¡é╛é│éóüB";
IDS_INVALID_MONTH = "û│î°é╚îÄ";
IDS_AM = "am";
IDS_PM = "pm";
/* This string contains month info in the following format:
** month name or abbreviation (left bracket) month number (right bracket)
** Note that the first string with the given number will be returned by
** AFGetMonthString (look in AForm.js)
** Also note that the months and abbreviations should be in order of most
** to least definitive in case an abbreviation matches part of another
** month or abbreviation */
IDS_MONTH_INFO = "January[1]" +
"February[2]" +
"March[3]" +
"April[4]" +
"May[5]" +
"June[6]" +
"July[7]" +
"August[8]" +
"September[9]" +
"October[10]" +
"November[11]" +
"December[12]" +
"Sept[9]" +
"Jan[1]" +
"Feb[2]" +
"Mar[3]" +
"Apr[4]" +
"Jun[6]" +
"Jul[7]" +
"Aug[8]" +
"Sep[9]" +
"Oct[10]" +
"Nov[11]" +
"Dec[12]" +
"1îÄ[1]" +
"2îÄ[2]" +
"3îÄ[3]" +
"4îÄ[4]" +
"5îÄ[5]" +
"6îÄ[6]" +
"7îÄ[7]" +
"8îÄ[8]" +
"9îÄ[9]" +
"10îÄ[10]" +
"11îÄ[11]" +
"12îÄ[12]";